home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / OCTOBER / PCLTOOLS / ReadPCL / rpcl.man < prev   
Text File  |  1997-10-05  |  3KB  |  69 lines

  1. rpcl - converts PCL raster data to sprites
  2. ==========================================
  3.  
  4.  
  5. This program converts black & white, CMY and CMYK PCL raster data into
  6. sprites. It recognizes the format on its own and creates a sprite of the
  7. appropriate colour depth (The palette might not be ideal at times. Well, you
  8. can always fiddle it a bit). It understands compression types 0, 2 and 3 and
  9. hence understands output produced by Acorn's PDumperLJ (LaserJet and DeskJet
  10. printers) and the one patched by me (included in this release). I have tested
  11. it with the following HP printer drivers:
  12.  
  13. - LaserJet 5
  14. - DeskJet 600/C
  15. - DeskJet 660C
  16.  
  17. They all work just fine. If others won't work just use these (after all this
  18. is not dependent on what kind of printer you actually have).
  19.  
  20. This new version of rpcl doesn't stop after the first raster area it finds
  21. but processes all of them and stores each in its own sprite file. If the
  22. sprite-name you specify ends in a decimal string, sprites 2, ... will
  23. be numbered accordingly, otherwise sprite 2 will have "001" appended and
  24. the following ones will be numbered as one would expect.
  25. So if you know there are multiple pages in the pcl file you better give
  26. your sprite-name a number right away, e.g. ``rpcl <pcl-file> sprite001''.
  27.  
  28.  
  29. Usage:
  30.  
  31. rpcl [options] infile outfile
  32.  
  33. Options:
  34.  
  35. -v    Verbose mode - output information on the raster area
  36. -w    Give out warnings if there's anything within the raster area that's not
  37.       supposed to be there (characters). In that case the offending characters
  38.       are output.
  39. -l#   Set number of raster-lines you wish to cache. Default is 256, WimpSlot
  40.       will be extended if necessary.
  41.  
  42. This program is very useful if you want to test your printing code (no more wasting
  43. of paper, just view the result on screen) or in case you need a sprite from one
  44. of your (DTP-) documents.
  45.  
  46. In case you wish to keep the sprites for future viewing I recommend scaling them
  47. down with ChangeFSI (1:4 is a good value) into a mode with a higher number of
  48. colours (e.g. black/white into mode 27 or CMY(K) into mode 28). ChangeFSI will
  49. smooth out the dithering/halftoning and antialias the image.
  50.  
  51.  
  52.  
  53.  
  54.  
  55. THIS PROGRAM IS FREEWARE. YOU MAY COPY IT FREELY AS LONG AS NO PART OF IT
  56. IS CHANGED AND IT'S NOT SOLD FOR PROFIT. I RETAIN THE COPYRIGHT.
  57. I WILL NOT ACCEPT ANY RESPONSIBLITY FOR ANY DAMAGES CAUSED BY THE USE OF
  58. THIS PROGRAM, IMPLICITLY OR EXPLICITLY. USE IT ENTIRELY AT YOUR OWN RISK.
  59.  
  60.  
  61.  
  62.  
  63. Andreas Dehmel
  64. Am Schorn 18
  65. 82327 Tutzing
  66. Germany
  67.  
  68. dehmel@forwiss.tu-muenchen.de
  69.